home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
- /* $Id: COMLINK.r 1.2 1997/04/09 01:16:47 damien Exp $ */
-
- #ifndef __TYPES.R__
- #include "Types.r"
- #endif
-
- #ifndef __XAPI.R__
- #include "XApi.r"
- #endif
-
- include "COMLINK.rsc";
-
- resource 'COMP' (141) {
- 'link',
- 'scrw',
- "Screw",
- "COM Examples",
- 0x40000,
- "4.0.0",
- "TOOLKIT Example",
- 9
- };
-
- resource 'pMAP' (141) {
- { /* array TypeArray: 2 elements of the view*/
- /* [1] */
- 'AXIS',
- 'long',
- noFlags,
- "Axis",
- /* [2] */
- 'STEP',
- 'qfix',
- interpolate,
- "Step",
- /* [3] */
- 'FVAL',
- 'qfix',
- interpolate,
- "Nb turns"
- }
- };
-
- data 'GUID' (141) {
- $"5C96 01A0 7CC3 101C 885F 0402 1C00 7002" /* ôˇv`:...à_....p. */
- $"D879 62A0 F1ED 11CE A4F7 0000 E202 D5A5" /* aáûa~˙..㸈)’¬&+ */
- };
-
-